- dragForce
Vector2 dragForce(Vector2 vel, float howMuch)
Undocumented in source. Be warned that the author may not have intended to support it.
- dragForce
Vector3 dragForce(Vector3 vel, float howMuch)
Undocumented in source. Be warned that the author may not have intended to support it.
- frictionForce
Vector2 frictionForce(Vector2 vel, float howMuch)
Undocumented in source. Be warned that the author may not have intended to support it.
- frictionForce
Vector3 frictionForce(Vector3 vel, float howMuch)
Undocumented in source. Be warned that the author may not have intended to support it.
- gravitationalForce
Vector2 gravitationalForce(Vector2 posA, Vector2 posB, float massA, float massB, float howMuch)
Undocumented in source. Be warned that the author may not have intended to support it.
- gravitationalForce
Vector3 gravitationalForce(Vector3 posA, Vector3 posB, float massA, float massB, float howMuch)
Undocumented in source. Be warned that the author may not have intended to support it.
- springForce
Vector2 springForce(Vector2 anchor, Vector2 displacement, float springLength, float howMuch)
Undocumented in source. Be warned that the author may not have intended to support it.
- springForce
Vector3 springForce(Vector3 anchor, Vector3 displacement, float springLength, float howMuch)
Undocumented in source. Be warned that the author may not have intended to support it.